The main entry point file for the program is dllmain.cpp/somain.cpp.

The neural network code is wholly contained in cce_neural_network.h, and there
are notes in this file to help use it.

The file CCE-NeuralNetwork-Exports.cs is required by C# applications that
comsume this DLL or SO.

The Windows DLL "libCceNeuralNetwork.dll" or Linux SO "libCceNeuralNetwork.so"
and the "CCE-NeuralNetwork-Exports.cs" will need to be copied to examples that
use them.